-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix NSSL MP init issue when initialized from other microphysics schemes #157
fix NSSL MP init issue when initialized from other microphysics schemes #157
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
I suggest making sure all of the real declarations are parameterized (This helps tremendously for interoperability)
EPIC wishes to go to the UFSWM PR this is attached to Today/Tomorrow. Since there have been changes since the last review, could we get another review to make sure the recent commits are OK? |
Forgot to mention, make sure you're ready to sync up to auth repo once the current UFSWM PR is merged later today. |
@grantfirl testing is complete on UFS-WM PR #2098 . Could you please merge this PR for us? |
This is the fix from Ted Mansell @MicroTed on NSSL MP initialization to check if there is missing number of concentration for any non-zero hydrometers mixing ratio. NSSL MP will calculate N from mixing ratio in the first timestep if missing value is found. This fix will guarantee that NSSL MP enters the correct warm/cold start initializations.